from botcore import * from time import sleep motors.enable(True) motors.run(LEFT, 50) motors.run(RIGHT, -50) sleep(1.0) motors.enable(False)